home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 5
/
Apprentice-Release5.iso
/
Source Code
/
C
/
Applications
/
Python 1.3.3
/
stdwin
/
H
/
endian.h
< prev
next >
Wrap
Text File
|
1995-12-21
|
139b
|
7 lines
/* Definitions for byte order. */
#define LIL_ENDIAN 1234 /* VAX style */
#define BIG_ENDIAN 4321 /* 68000 style */
extern int endian;